simultaneous access meaning in Chinese
并行存取
同时存取
Examples
- The simultaneous access of the same data by multiple users
多个用户同时访问同一数据。 - I prefer to maintain potentially slightly inaccurate statistics in the wake of rare simultaneous access to a
我宁愿维护(可能)略微不准确的统计值(由于多个线程很少会同时访问一个 - In addition to simply preventing simultaneous access with the lock keyword , further synchronization is provided by two event objects
关键字来阻止同时访问外,还用两个事件对象提供进一步的同步。 - Because a single derby database instance is limited to allowing simultaneous access only through jdbc drivers loaded by the same class loader , the database configuration and sql login module configuration must be deployed as parts of a single application
因为单个derby数据库实例被限制为只允许通过由同一个类装载器装载的jdbc驱动程序进行的同时访问,所以数据库配置和sql登录模块配置必须部署为单个应用程序的各个部分。